Bentley Map V8i (SELECTseries 10) Help

Formatted Time - $$:FTIME:<f>

The string following the $$:FTIME: key determines the output of the time/date according to the table. The format string <f> consists of one or more codes, each preceded by a % sign.

Table 1. $$:FTIME: Codes
Key Output
%a Abbreviated weekday name.
%A Full weekday name.
%b Abbreviated month name.
%B Full month name.
%c Date and time representation appropriate for the locale.
%d Day of month as a decimal number (01- 31).
%H Hour in 24-hour format (00-23).
%I Hour in 12-hour format (01-12).
%j Day of year in decimal format (001-366).
%m Month as a decimal number (01-12).
%M Minute as a decimal number (00-59).
%p Current locale's A.M./ P.M. indicator for a 12 hour clock.
%S Second as a decimal number (00-59).
%U Week of year as a decimal number (00-51) with Sunday as the first day of the week.
%w Weekday as a decimal number (0-6) with Sunday as 0).
%W Week of year as a decimal number (00-51) with Monday as the first day of the week.
%x Date representation of current locale.
%X Time representation of current locale.
%y Year without century as a decimal number (00-99).
%Y Year with the century as a decimal number.
%z Time zone name or abbreviation; no character if unknown.
%% Percent sign.
Table 2. $$:FTIME Examples
Key Output
$$:FTIME:%A, %d %B, %Y Tuesday, 27 August, 2002
$$:FTIME:==(%I:%M%p)== ==(5:22PM)==
$$:FTIME:Copyright %Y. Copyright 2002.